home *** CD-ROM | disk | FTP | other *** search
- SHELL=/bin/sh
- #
- MAILTO=root
- #
- #===============================================================================
- #
- # inn-1.4 (Inter Net News)
- #
- # Sample crontab file by andreas@knobel.knirsch.de (Andreas Klemm)
- #
- # copy it to /usr/spool/cron/crontabs/news
- #
- # Reboot your system or
- # kill and restart the crond job, to activate this file
- #
- #===============================================================================
- #
- #-------------------------------------------------------------------------------
- # send news batches to your news feed
- #-------------------------------------------------------------------------------
- #
- #0,15,30,45 * * * * /usr/lib/news/bin/sendbatch -c news > /dev/null
- #
- #-------------------------------------------------------------------------------
- # Daily housekeeping ... expires news and other things ...
- #-------------------------------------------------------------------------------
- #
- 0 22 * * * /usr/lib/news/bin/news.daily delayrm expireover
- #
- #-------------------------------------------------------------------------------
- # offer spooled news - that was spooled into the incoming directory when the
- # innd server wasn't available - again to the innd server.
- #-------------------------------------------------------------------------------
- #
- 15 * * * * /usr/lib/news/rnews -U
-